@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  #mobile {
    display: none;
  }
  .whys {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .whys li {
    padding: 20px;
    font-size: 30px !important;
  }
  .whys li:nth-child(11) {
    padding-bottom: 50px;
  }
  .rits {
    font-size: 90px !important;
    margin: 100px !important;
  }
  /* #myCarousel{
    height: 50vh;
  } */
}

@media (max-width: 768px) {
  #pc {
    display: none;
  }
  .contacts {
    font-size: 5vw !important;
  }

  .ulli li{
    text-align: left !important;
}
}

@media (max-width: 1000px) {
  .flexbox {
    justify-content: center !important;
  }
}

@media (min-width: 1000px) {
  .flexbox {
    justify-content: center !important;
  }
  /* .carousel img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
  } */
}